From 1f2d66502bd1d529d346515ca956f539b70c2b9d Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 11 Dec 2025 01:32:26 +0200 Subject: [PATCH] multi-arch-test-build: disable comments and labels Disable posting formality check status comments and adding related labels while the security token is being figured out. Link: https://github.com/openwrt/packages/pull/28011 Fixes: 2c558a8 ("ci: label formality failures") Fixes: 7658669 ("multi-arch-test-build: post formal summaries to PR") Signed-off-by: George Sapkin --- .github/workflows/multi-arch-test-build.yml | 27 --------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 5097a31f7b..cb81b30c2a 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -11,33 +11,6 @@ jobs: formalities: name: Test Formalities uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main - with: - post_comment: true - - label_formality_status: - name: Add formality check labels - runs-on: ubuntu-slim - needs: formalities - if: always() - permissions: - pull-requests: write - - steps: - - name: Add 'not following guidelines' label - if: needs.formalities.result == 'failure' - uses: buildsville/add-remove-label@v2.0.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - labels: "not following guidelines" - type: add - - - name: Remove 'not following guidelines' label - if: needs.formalities.result == 'success' - uses: buildsville/add-remove-label@v2.0.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - labels: "not following guidelines" - type: remove build: name: Feeds Package Test Build -- 2.30.2